QuickOPC User's Guide and Reference
Exception Property (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : Exception Property
Contains the exception. A null reference if the operation has been successful.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute()>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.Modelling.VariableValue")>
<UADataAttribute(UADataMappingKind.Exception)>
Public Property Exception As Exception
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As Exception
 
instance.Exception = value
 
value = instance.Exception
[CanBeNull()]
[DefaultValue()]
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData(UADataMappingKind.Exception)]
public Exception Exception {get; set;}
[CanBeNull()]
[DefaultValue()]
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData(UADataMappingKind.Exception)]
public:
property Exception^ Exception {
   Exception^ get();
   void set (    Exception^ value);
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members